JavaScript

Getting Elements Functions

Description

The following JavaScript functions can be used to get pointers to elements in an HTML document.

Name
Description
$ Function

Gets a pointer to one or more HTML elements.

$n Function

Get a pointer to elements in the DOM by name.

See Also